GuardedEnumerable<T>
IEnumerable<T>
, System.Collections.IEnumerable
object
GuardedCollection<T>
, GuardedCollectionValue<T>
, GuardedDictionary<K,V>
, GuardedDirectedCollectionValue<T>
, GuardedDirectedEnumerable<T>
, GuardedIndexedSorted<T>
, GuardedList<T>
, GuardedQueue<T>
, GuardedSequenced<T>
, GuardedSorted<T>
, GuardedSortedDictionary<K,V>
GuardedEnumerable<T>(IEnumerable<T> enumerable)
Equals(object obj)
, Inherited from object
,Finalize()
, Inherited from object
,GetEnumerator()
,GetHashCode()
, Inherited from object
,GetType()
, Inherited from object
,MemberwiseClone()
, Inherited from object
,ToString()
, Inherited from object
GuardedEnumerable<T>(IEnumerable<T> enumerable) |
Wrap an enumerable in a read-only wrapper
|
F System.Collections.Generic.IEnumerator<T> GetEnumerator() |
Get an enumerator from the wrapped enumerable
|